var github.com/andybalholm/brotli.huffmanTreePool
5 uses
github.com/andybalholm/brotli (current package)
brotli_bit_stream.go#L445: var huffmanTreePool sync.Pool
brotli_bit_stream.go#L478: tree, _ := huffmanTreePool.Get().(*[]huffmanTree)
brotli_bit_stream.go#L563: huffmanTreePool.Put(tree)
brotli_bit_stream.go#L681: tree, _ := huffmanTreePool.Get().(*[]huffmanTree)
brotli_bit_stream.go#L766: huffmanTreePool.Put(tree)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |